--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commits v3.2.0 (c5deab07)
c5deab0 Sudo-Ivan 2026-01-02 05:28:28 - 7 months ago
chore: bump version to 3.2.0 in package.json, pyproject.toml, and version.py
9d8af70 Sudo-Ivan 2026-01-02 05:27:07 - 7 months ago
fix(meshchat): return display name directly from database entry in ReticulumMeshChat
c10fef9 Sudo-Ivan 2026-01-02 05:26:54 - 7 months ago
fix(voicemail): improve greeting generation and playback error handling in VoicemailManager
6292614 Sudo-Ivan 2026-01-02 05:26:44 - 7 months ago
fix(nomadnetwork): adjust layout of favourite card in sidebar for better responsiveness
fc1e5cc Sudo-Ivan 2026-01-02 05:17:13 - 7 months ago
chore(build): refactor build workflow to improve readability, remove unnecessary frontend preparation step, and exclude .sha256 files from checksum generation
d2c2d7a Sudo-Ivan 2026-01-02 04:57:05 - 7 months ago
chore(android): update Gradle dependencies, adjust Python build path, and enhance AndroidManifest with drawable resources
7555d95 Sudo-Ivan 2026-01-02 04:56:54 - 7 months ago
chore: update .gitignore and .dockerignore to include additional Android build artifacts (*.apk, *.aab) and new Python directories
78572a6 Sudo-Ivan 2026-01-02 04:56:48 - 7 months ago
feat(android): enhance android-prepare task to copy and vendor dependencies for MeshChatX
268fc11 Sudo-Ivan 2026-01-02 04:09:22 - 7 months ago
feat(android): initialize Android project with Gradle configuration, build scripts, and main application structure for MeshChatX
00c1931 Sudo-Ivan 2026-01-02 04:09:09 - 7 months ago
chore: update .gitignore to include additional Android build artifacts and local configuration files
c3a000a Sudo-Ivan 2026-01-02 04:09:03 - 7 months ago
feat(android): add tasks for Android project initialization, preparation, and building APKs
2830198 Sudo-Ivan 2026-01-02 04:08:55 - 7 months ago
chore: update .dockerignore to include android directory and add android/.gitignore for build artifacts
25d5029 Sudo-Ivan 2026-01-02 04:08:46 - 7 months ago
feat(notification): add missed call and new voicemail notifications with permission handling
5945dcf Sudo-Ivan 2026-01-02 04:08:40 - 7 months ago
feat(localization): add new strings for blocking, do not disturb, load more, and search history; update call prompt for clarity
5c03e9d Sudo-Ivan 2026-01-02 04:08:25 - 7 months ago
feat(call): enhance call page with voicemail settings, improved call history management, and UI updates for better user experience
a6b0132 Sudo-Ivan 2026-01-02 04:08:17 - 7 months ago
feat(voicemail): implement new voicemail notification callback and enhance call history retrieval with search and pagination support
5d3d511 Sudo-Ivan 2026-01-02 03:46:18 - 7 months ago
feat(contacts): add functionality to check if a contact exists by identity hash and update UI to display contact status in call overlays
d9f3e9b Sudo-Ivan 2026-01-02 03:41:08 - 7 months ago
chore: update version to 3.1.0 in package.json and pyproject.toml
ea8ef55 Sudo-Ivan 2026-01-02 03:40:50 - 7 months ago
feat(contacts): implement contact management features including add, update, delete, and search functionality; enhance UI with contact sharing capabilities and integrate with existing telephone features
bf94cee Sudo-Ivan 2026-01-02 03:17:56 - 7 months ago
feat(call): implement elapsed time display for active calls and improve UI responsiveness with updated button styles
3794e58 Sudo-Ivan 2026-01-02 03:17:47 - 7 months ago
feat(call): add call start time to response and update call status handling in voicemail manager
ea7ef09 Sudo-Ivan 2026-01-02 03:00:59 - 7 months ago
feat(call): add remote icon retrieval for active calls and voicemails, implement send-to-voicemail functionality, and enhance call history with user icons
8048cae Sudo-Ivan 2026-01-02 03:00:48 - 7 months ago
feat(call): enhance call management features by adding voicemail functionality, updating call status handling, and improving UI elements for call interactions
af4157c Sudo-Ivan 2026-01-02 02:53:51 - 7 months ago
refactor(App.vue): remove audio calls section to streamline the user interface and improve overall component clarity
54b4c92 Sudo-Ivan 2026-01-02 02:53:44 - 7 months ago
feat(locales): add ringtone management translations and confirmation prompts in German, English, and Russian; enhance identity management with new identity section translations
44b7dc1 Sudo-Ivan 2026-01-02 02:53:38 - 7 months ago
feat(auth): add global axios interceptor for handling authentication errors and redirecting to the auth page; introduce new identities page for managing user identities
4a6ab03 Sudo-Ivan 2026-01-02 02:53:29 - 7 months ago
feat(ringtone): implement ringtone management features including upload, retrieval, and deletion; enhance identity management with new API endpoints for creating, switching, and deleting identities
668520e Sudo-Ivan 2026-01-02 02:53:20 - 7 months ago
feat(call): add ringtone management features including upload, preview, and settings for custom ringtones; enhance identity management with a new identities page for switching and deleting identities
f960543 Sudo-Ivan 2026-01-02 02:28:58 - 7 months ago
fix(build): correct version output handling in workflow to ensure proper version assignment and validation
ce25fc0 Sudo-Ivan 2026-01-02 02:13:38 - 7 months ago
feat(build): enhance version validation in build workflow to prevent branch names as version tags
ddb02a7 Sudo-Ivan 2026-01-02 02:09:13 - 7 months ago
feat(websocket, demo): enhance WebSocket connection handling in demo mode with improved feedback and connection logic
459b54d Sudo-Ivan 2026-01-02 01:56:00 - 7 months ago
chore(build): add MANIFEST.in for package data inclusion and update pyproject.toml for setuptools configuration
285c1a7 Sudo-Ivan 2026-01-02 01:42:16 - 7 months ago
refactor(build): streamline build workflow by consolidating jobs, adding version input, and enhancing artifact handling
e6f8e76 Sudo-Ivan 2026-01-02 01:36:12 - 7 months ago
feat(docker, nginx): optimize Dockerfile for frontend build and enhance demo server configuration with mock files and improved WebSocket feedback
96300a8 Sudo-Ivan 2026-01-02 01:29:52 - 7 months ago
feat(nginx): enhance demo configuration with caching headers, gzip compression, and improved asset handling
b06a832 Sudo-Ivan 2026-01-02 01:25:30 - 7 months ago
feat(nginx): enhance WebSocket support in demo configuration with proxy settings
9114d8a Sudo-Ivan 2026-01-02 01:18:18 - 7 months ago
chore(dependencies): update content-hash in poetry.lock and refine dependencies in pyproject.toml
8226f4e Sudo-Ivan 2026-01-02 01:18:12 - 7 months ago
chore(build): update poetry version requirement to >=2.0.0 in build workflow
3e37bb2 Sudo-Ivan 2026-01-02 01:18:07 - 7 months ago
chore(version): update version string format in version.py
0335469 Sudo-Ivan 2026-01-02 01:18:00 - 7 months ago
feat(meshchat): add public API endpoint for status check
72d09e2 Sudo-Ivan 2026-01-02 01:03:56 - 7 months ago
refactor(voicemail): remove unused opus_path variable from VoicemailManager
fec2f22 Sudo-Ivan 2026-01-02 01:03:53 - 7 months ago
fix(meshchat): specify exception types in command parsing to improve error handling
f09da90 Sudo-Ivan 2026-01-02 01:03:49 - 7 months ago
chore(assets): update logo image to the latest version
3f04af2 Sudo-Ivan 2026-01-02 01:01:28 - 7 months ago
feat(version): bump version to 3.0.0 and add homepage URL in package.json and pyproject.toml
5e8e862 Sudo-Ivan 2026-01-02 01:01:22 - 7 months ago
feat(locales): add name and placeholder fields for forwarding rules in German, English, and Russian translations
00fa09a Sudo-Ivan 2026-01-02 01:01:16 - 7 months ago
feat(forwarder): add name input field for new rules and update layout in ForwarderPage
147e945 Sudo-Ivan 2026-01-02 01:01:07 - 7 months ago
feat(version): update version to 3.0.0 and enhance cx_setup to include 'bin' directory if it exists
a526e88 Sudo-Ivan 2026-01-02 00:59:01 - 7 months ago
chore(Dockerfile): add ffmpeg, espeak-ng, and opusfile dependencies for enhanced media processing capabilities
0f9e1a7 Sudo-Ivan 2026-01-02 00:58:52 - 7 months ago
chore(workflows): update Python version to 3.13 in build.yml for compatibility
f4de989 Sudo-Ivan 2026-01-02 00:58:02 - 7 months ago
chore(workflows): update action versions in build.yml for improved stability and performance
73c07bc Sudo-Ivan 2026-01-02 00:37:38 - 7 months ago
feat(forwarding): extract and handle image, audio, and file attachment fields for LXMF messages in ReticulumMeshChat
4b58683 Sudo-Ivan 2026-01-02 00:35:47 - 7 months ago
fix(locales): update descriptions for LXMF Forwarder in German, English, and Russian translations to remove reference to SimpleLogin
14f4eb3 Sudo-Ivan 2026-01-02 00:35:40 - 7 months ago
feat(forwarding): announce forwarding aliases in ReticulumMeshChat if forwarding manager is present
ef9f8ad Sudo-Ivan 2026-01-02 00:35:28 - 7 months ago
feat(conversation): add location sharing and request functionality with telemetry support in ConversationViewer
96725c8 Sudo-Ivan 2026-01-02 00:35:23 - 7 months ago
feat(forwarding): add configuration parameter to ForwardingManager initialization for enhanced flexibility
74c4b4a Sudo-Ivan 2026-01-02 00:35:19 - 7 months ago
feat(forwarding): extend ForwardingManager to include configuration support and add announce_aliases method for destination announcements
8aa7913 Sudo-Ivan 2026-01-02 00:35:14 - 7 months ago
feat(conversation): add validation for destination hash in ping functionality to ensure correct format and existence
48abc8b Sudo-Ivan 2026-01-02 00:35:10 - 7 months ago
feat(map): add telemetry marker overlay and websocket integration for real-time updates on map page
cd17fb2 Sudo-Ivan 2026-01-02 00:35:07 - 7 months ago
feat(call): enhance CallPage component with improved voicemail settings, greeting upload functionality, and UI refinements for better user experience
40147de Sudo-Ivan 2026-01-02 00:35:01 - 7 months ago
feat(telemetry): implement TelemetryDAO class for managing telemetry data operations including upsert, retrieval, and deletion
4f21d77 Sudo-Ivan 2026-01-02 00:34:56 - 7 months ago
feat(database): update schema to include lxmf_telemetry table and associated indexes for improved telemetry data management
c4c64b7 Sudo-Ivan 2026-01-02 00:34:52 - 7 months ago
feat(database): add TelemetryDAO to Database class for enhanced telemetry data management
cadf6fe Sudo-Ivan 2026-01-02 00:34:47 - 7 months ago
feat(voicemail): refactor VoicemailManager to use config for settings, add greeting conversion and removal methods
0889cd0 Sudo-Ivan 2026-01-02 00:34:42 - 7 months ago
feat(telemetry): add Sensor and Telemeter classes for telemetry data handling and location packing/unpacking
3d4a1fb Sudo-Ivan 2026-01-02 00:34:38 - 7 months ago
feat(forwarding): enhance ForwardingManager to support dynamic routing and delivery callbacks
bdbf746 Sudo-Ivan 2026-01-02 00:34:34 - 7 months ago
feat(telemetry): implement telemetry handling and greeting management in ReticulumMeshChat
3f9a22e Sudo-Ivan 2026-01-02 00:34:29 - 7 months ago
fix(docs): correct minor typo in README.md regarding project affiliation
d45b82a Sudo-Ivan 2026-01-02 00:34:22 - 7 months ago
feat(electron): add support for ignoring SSL certificate errors in main process
971cfd3 Sudo-Ivan 2026-01-02 00:34:14 - 7 months ago
refactor(docker): update indentation in docker-compose demo configuration for consistency; enhance Nginx configuration with mock call responses and call history endpoints
7be7ecc Sudo-Ivan 2026-01-02 00:08:28 - 7 months ago
chore(docker): remove port mapping from demo docker-compose configuration
0c22610 Sudo-Ivan 2026-01-01 23:58:49 - 7 months ago
feat(components): introduce dynamic logo paths for NetworkVisualiser and ToolsPage components
2abc5e7 Sudo-Ivan 2026-01-01 23:36:59 - 7 months ago
feat(assets): add logo image and update image references in App.vue and AuthPage.vue to use dynamic source
864c17c Sudo-Ivan 2026-01-01 23:34:26 - 7 months ago
chore(workflows): remove deprecated Bearer PR Check and Dependency Review workflows
a6a9965 Sudo-Ivan 2026-01-01 23:34:09 - 7 months ago
chore(workflows): upgrade pnpm version from 9 to 10 in build configuration
e4ff17f Sudo-Ivan 2026-01-01 23:33:19 - 7 months ago
chore(workflows): update action references to use custom GitLab URLs for consistency
4b5e5b6 Sudo-Ivan 2026-01-01 23:22:09 - 7 months ago
refactor(components): improve code readability by formatting div elements in App.vue and AuthPage.vue
66572f6 Sudo-Ivan 2026-01-01 23:19:38 - 7 months ago
feat(database): add notification viewed state table and associated indices for version 14
a6c8696 Sudo-Ivan 2026-01-01 23:19:35 - 7 months ago
feat(notification): implement notification viewed state management with mark as viewed and check functionality
73db65b Sudo-Ivan 2026-01-01 23:19:31 - 7 months ago
fix(version): correct version string formatting in version.py
eb84210 Sudo-Ivan 2026-01-01 23:19:28 - 7 months ago
feat(voicemail): add greeting audio endpoint and update voicemail settings configuration
df80587 Sudo-Ivan 2026-01-01 23:19:23 - 7 months ago
feat(demo): add tasks to build and run frontend-only demo Docker image
c174d4a Sudo-Ivan 2026-01-01 23:19:18 - 7 months ago
feat(demo): add read-only demo dockerfile and nginx api mocking.
9d2a19a Sudo-Ivan 2026-01-01 23:18:41 - 7 months ago
chore(i18n): update translations
8d83049 Sudo-Ivan 2026-01-01 23:18:13 - 7 months ago
Add demo mode indicator, improve layout responsiveness, and enhance notification handling
7ff6a5e Sudo-Ivan 2026-01-01 22:32:19 - 7 months ago
Update README.md to clarify project affiliation and enhance feature descriptions
23dbe7b Sudo-Ivan 2026-01-01 22:25:23 - 7 months ago
1.0.0
9df89fe ivan 2026-01-01 22:15:02 - 7 months ago
Upload files to "meshchatx.png"
7160078 Sudo-Ivan 2026-01-01 22:05:29 - 7 months ago
0.1.0
65044a5 Sudo-Ivan 2026-01-01 22:00:04 - 7 months ago
first commit
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────